projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867ab99
)
entry: Add bug reference to workaround
author
Benjamin Otte
<otte@redhat.com>
Thu, 2 Sep 2010 22:17:35 +0000
(
00:17
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:11:35 +0000
(15:11 +0200)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 955bf2d6ddeca82564ce9baa411c47c4facf82a1..351086b1737b12e907caf55135f7c79c760d1827 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-3281,7
+3281,8
@@
gtk_entry_draw_frame (GtkWidget *widget,
gdk_drawable_get_size (window, &width, &height);
/* Fix a problem with some themes which assume that entry->text_area's
- * width equals widget->window's width */
+ * width equals widget->window's width
+ * http://bugzilla.gnome.org/show_bug.cgi?id=466000 */
if (GTK_IS_SPIN_BUTTON (widget))
{
gint xborder, yborder;